home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacTech 1 to 12
/
MacTech-vol-1-12.toast
/
Source
/
MacTech® Magazine
/
Volume 09 - 1993
/
09.06 Jun 93
/
TReportPrinter
/
TDemoApplication.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1992-11-01
|
381 b
|
17 lines
|
[
TEXT/MPS
]
#ifndef __DEMOAPPLICATION__
#define __DEMOAPPLICATION__ 1
#include <UApplication.h>
#define kSignature 'DEMO' // Application signature
#define kFileType 'PROJ' // Data file type
class TDemoApplication: public TApplication
{
public:
virtual pascal void IDemoApplication(void);
virtual pascal TDocument* DoMakeDocument(CommandNumber, TFile* itsFile);
};
#endif